Skip to content

Add build-project skill - Build configurations and commands#694

Draft
Canato wants to merge 1 commit intocnt/claudefrom
cnt/claude-skill-build-project
Draft

Add build-project skill - Build configurations and commands#694
Canato wants to merge 1 commit intocnt/claudefrom
cnt/claude-skill-build-project

Conversation

@Canato
Copy link
Copy Markdown
Member

@Canato Canato commented Apr 19, 2026

Build Project Skill

This PR adds a Level 1 utility skill for building the project.

Features

  • Build Types: Full, library-only, sample app, clean
  • Quality Checks: Licensee, ktlint, tests integrated
  • Documentation: Dokka generation
  • Publishing: Maven local for testing
  • Troubleshooting: Common build issues

Skill Configuration

  • Level: 1 (Simple utility)
  • Argument Hint: [build-type: full|library|sample|clean]
  • Triggers: "build", "build project", "compile"

Commands Provided

  • Full build with checks
  • Clean build
  • Debug/Release builds
  • Sample app installation
  • Dependency analysis

Depends On


Wrote by Claude

- Level 1 utility skill
- Multiple build types (full/library/sample/clean)
- Quality checks integration
- Documentation generation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant